home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 108
- BorderStyle = bsDialog
- Caption = 'File Copying Test'
- ClientHeight = 98
- ClientWidth = 178
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object btnCopy: TButton
- Left = 51
- Top = 36
- Width = 75
- Height = 25
- Caption = '&Copy A File'
- Default = True
- TabOrder = 0
- OnClick = btnCopyClick
- end
- object dlgSource: TOpenDialog
- Filter = 'Any file (*.*)|*.*'
- Title = 'Choose a file to copy'
- Left = 24
- Top = 32
- end
- object dlgTarget: TSaveDialog
- Filter = 'Any file (*.*)|*.*'
- Title = 'Choose a destination file name'
- Left = 128
- Top = 32
- end
- end
-